| /src/lib/libcurses/ |
| underscore.c | 1 /* $NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $ */ 34 __RCSID("$NetBSD: underscore.c,v 1.14 2024/12/23 02:58:04 blymn Exp $"); 43 * underscore -- 44 * Enter underscore mode on stdscr. 47 underscore(void) function 56 * Exit underscore mode on stdscr. 69 * Enter underscore mode. 77 /* If can underscore, set the screen underscore bit. */ 89 * Exit underscore mode [all...] |
| curses.h | 475 #define underscore() wunderscore(stdscr) macro 581 int underscore(void);
|
| /src/usr.bin/rpcgen/ |
| rpc_cout.c | 190 char *underscore = strchr(_t_kludge, '_'); local 191 *underscore = 0;
|
| /src/external/bsd/nsd/dist/ |
| nsd-checkconf.c | 127 underscore(const char *s) { function 1010 underscore(conf_opt), conf_zone, conf_pat, conf_tlsauth, final);
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| archive.c | 66 const char *dot, *underscore; local 76 if (!(underscore = strrchr(filename, '_'))) 79 if (sscanf(underscore + 1, "%u", ix) != 1) 82 vg_len = underscore - filename;
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| style.cc | 379 style underscore; local 380 underscore.m_underscore = true; 382 ASSERT_EQ (sm.get_or_create_id (underscore), 1); 384 ASSERT_EQ (sm.get_or_create_id (underscore), 1); 387 ASSERT_STYLE_CHANGE_STREQ (plain, underscore, "\33[00;04m\33[K"); 388 ASSERT_STYLE_CHANGE_STREQ (underscore, plain, "\33[00m\33[K");
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| MILexer.h | 36 underscore, enumerator in enum:llvm::MIToken::TokenKind 194 return Kind == NamedRegister || Kind == underscore ||
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dlltool.c | 910 /* Symbol names starting with ? do not have a leading underscore. */ 1464 /* Don't add a leading underscore for fastcall symbols. */ 2113 /* We use a single underscore for MS compatibility, and a 2114 double underscore for backward compatibility with old 2407 /* Generate imp symbols with one underscore for Microsoft 3748 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n")); 3749 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n")); 3750 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n")); 3751 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n")) 4021 static char underscore[2]; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dlltool.c | 910 /* Symbol names starting with ? do not have a leading underscore. */ 1463 /* Don't add a leading underscore for fastcall symbols. */ 2112 /* We use a single underscore for MS compatibility, and a 2113 double underscore for backward compatibility with old 2406 /* Generate imp symbols with one underscore for Microsoft 3747 fprintf (file, _(" -U --add-underscore Add underscores to all symbols in interface library.\n")); 3748 fprintf (file, _(" --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n")); 3749 fprintf (file, _(" --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n")); 3750 fprintf (file, _(" --leading-underscore All symbols should be prefixed by an underscore.\n")) 4020 static char underscore[2]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 3062 bool underscore = false; 3068 underscore |= format_chars[wlen] == '_'; 3202 if (underscore) 3060 bool underscore = false; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-format.cc | 3106 bool underscore = false; 3112 underscore |= format_chars[wlen] == '_'; 3246 if (underscore) 3104 bool underscore = false; local
|