Searched refs:lastchar (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_fopen.c | 88 char lastchar; in openssl_fopen() local 95 for (iterator = newname, lastchar = '\0'; in openssl_fopen() 97 if (lastchar == '/' && filename[0] == '.' in openssl_fopen() 104 lastchar = *filename; in openssl_fopen()
|
/third_party/openssl/crypto/ |
H A D | o_fopen.c | 88 char lastchar; in openssl_fopen() local 95 for (iterator = newname, lastchar = '\0'; in openssl_fopen() 97 if (lastchar == '/' && filename[0] == '.' in openssl_fopen() 104 lastchar = *filename; in openssl_fopen()
|
/third_party/python/Lib/idlelib/ |
H A D | autocomplete.py | 86 lastchar = self.text.get("insert-1c") 87 if lastchar in TRIGGERS: 88 args = TRY_A if lastchar == "." else TRY_F
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 146 StringRef(LI->buffer, LI->lastchar - LI->buffer), in ElCompletionFn() 183 << StringRef(LI->buffer, LI->lastchar - LI->buffer); in ElCompletionFn() 187 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_usefont.c | 258 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; in glXUseXFont()
|
/third_party/mesa3d/src/glx/ |
H A D | xfont.c | 259 lastchar = (fs->max_byte1 << 8) + fs->max_char_or_byte2; in DRI_glXUseXFont()
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 455 char boot, lastchar = '\0', *dev = disk_device; in list_partitions() local 464 if (isdigit(dev[len - 1])) lastchar = 'p'; in list_partitions() 485 if (lastchar) xprintf("%s%c%d",dev, lastchar, i+1); in list_partitions()
|
H A D | awk.c | 755 // "lastchar" test below. in get_char() 758 int lastchar = (TT.scs->p)[-2]; in get_char() local 772 if (lastchar == '\n') return EOF; in get_char()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 7019 PCRE2_UCHAR *lastchar = code - 1; in compile_branch() local 7020 BACKCHAR(lastchar); in compile_branch() 7021 mclength = (uint32_t)(code - lastchar); /* Length of UTF character */ in compile_branch() 7022 memcpy(mcbuffer, lastchar, CU2BYTES(mclength)); /* Save the char */ in compile_branch()
|
H A D | pcre2_jit_compile.c | 6245 struct sljit_jump *lastchar = NULL; in fast_forward_newline() local 6290 lastchar = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline() 6321 JUMPHERE(lastchar); in fast_forward_newline() 6357 lastchar = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline() 6379 lastchar = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_newline() 6406 if (lastchar) in fast_forward_newline() 6407 JUMPHERE(lastchar); in fast_forward_newline()
|
Completed in 37 milliseconds