Searched refs:firstline (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 20-test_dhparam.t | 40 if (my $firstline = <PEMFILE>) { 41 $firstline =~ s/\R$//; 42 if ($firstline eq "-----BEGIN DH PARAMETERS-----") { 44 } elsif ($firstline eq "-----BEGIN X9.42 DH PARAMETERS-----") {
|
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lua.c | 462 static const char *get_prompt (lua_State *L, int firstline) { in get_prompt() argument 463 if (lua_getglobal(L, firstline ? "_PROMPT" : "_PROMPT2") == LUA_TNIL) in get_prompt() 464 return (firstline ? LUA_PROMPT : LUA_PROMPT2); /* use the default */ in get_prompt() 498 static int pushline (lua_State *L, int firstline) { in pushline() argument 502 const char *prmt = get_prompt(L, firstline); in pushline() 510 if (firstline && b[0] == '=') /* for compatibility with 5.2, ... */ in pushline()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | softmagic.c | 129 int rv = 0, printed_something = 0, need_separator = 0, firstline = 1; in file_softmagic() local 144 &printed_something, &need_separator, &firstline, in file_softmagic() 217 int *printed_something, int *need_separator, int *firstline, in match() argument 267 printed_something, need_separator, firstline, returnval, in match() 301 if ((e = handle_annotation(ms, m, *firstline)) != 0) in match() 307 *firstline = 0; in match() 321 if (print_sep(ms, *firstline) == -1) in match() 380 firstline, returnval, found_match)) { in match() 417 if ((e = handle_annotation(ms, m, *firstline)) in match() 443 if (print_sep(ms, *firstline) in match() [all …]
|
| /netbsd-src/usr.bin/mail/ |
| H A D | send.c | 126 int isheadflag, infld, ignoring, dostat, firstline; in sendmessage() local 151 firstline = 1; in sendmessage() 166 if (firstline) { in sendmessage() 171 firstline = 0; in sendmessage()
|
| /netbsd-src/lib/libedit/ |
| H A D | refresh.c | 108 wint_t *firstline = el->el_vdisplay[0]; in re_nextline() local 113 firstline[0] = '\0'; /* empty the string */ in re_nextline() 114 el->el_vdisplay[i - 1] = firstline; in re_nextline()
|