Searched refs:nextline (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/tools/syscalls/ |
| H A D | config.lua | 157 for nextline in fh:lines() do 159 nextline = nextline:gsub(comment_line_expr, "") 161 local key, value = nextline:match(line_expr) 171 trailing_context = nextline:sub(kvp:len() + 1) 180 "Malformed line: " .. nextline) 192 nextline) 196 elseif not nextline:match("^%s*$") then 200 util.abort(1, "Malformed config line: " .. nextline)
|
| /freebsd/sbin/ddb/ |
| H A D | ddb_script.c | 59 char *buffer, *line, *nextline; in ddb_list_scripts() local 97 nextline = buffer; in ddb_list_scripts() 98 while ((line = strsep(&nextline, "\n")) != NULL) { in ddb_list_scripts()
|
| /freebsd/usr.bin/localedef/ |
| H A D | scanner.c | 55 static int nextline; variable 238 nextline = 1; in reset_scanner() 256 lineno = nextline; in scanc() 258 nextline++; in scanc() 267 nextline--; in unscanc()
|
| /freebsd/sys/security/audit/ |
| H A D | audit_bsm_db.c | 273 char *endptr, *line, *nextline, *ptr; in au_evnamemap_init_preload() local 296 nextline = ptr; in au_evnamemap_init_preload() 298 while ((line = strsep(&nextline, "\n")) != NULL) { in au_evnamemap_init_preload()
|
| /freebsd/usr.bin/ctags/ |
| H A D | ctags.c | 189 nextline: in main() 194 goto nextline; in main()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 1608 goto nextline; in get_exportlist_one() 1634 goto nextline; in get_exportlist_one() 1649 goto nextline; in get_exportlist_one() 1655 goto nextline; in get_exportlist_one() 1663 goto nextline; in get_exportlist_one() 1673 goto nextline; in get_exportlist_one() 1678 goto nextline; in get_exportlist_one() 1689 goto nextline; in get_exportlist_one() 1694 goto nextline; in get_exportlist_one() 1705 goto nextline; in get_exportlist_one() [all …]
|
| /freebsd/usr.bin/nl/ |
| H A D | nl.c | 303 goto nextline; in filter() 346 nextline: in filter()
|
| /freebsd/libexec/ftpd/ |
| H A D | ftpd.c | |
| /freebsd/contrib/lua/src/ |
| H A D | ldebug.c | 285 static int nextline (const Proto *p, int currentline, int pc) { in nextline() function 312 currentline = nextline(p, currentline, 0); in collectvalidlines() 316 currentline = nextline(p, currentline, i); /* get its line */ in collectvalidlines()
|
| /freebsd/lib/libc/net/ |
| H A D | getaddrinfo.c | 2542 char *nextline; in _yphostent() local 2550 nextline: in _yphostent() 2555 nextline = cp; in _yphostent() 2557 nextline = NULL; in _yphostent() 2603 if (nextline) { in _yphostent() 2604 p = nextline; in _yphostent() 2605 goto nextline; in _yphostent()
|
| /freebsd/stand/lua/ |
| H A D | config.lua | 607 goto nextline 617 ::nextline::
|
| /freebsd/usr.sbin/inetd/ |
| H A D | inetd.c | 211 static char *nextline(FILE *); 1622 while ((cp = nextline(fconfig)) != NULL) { in getconfigent() 2038 if ((cp = nextline(fconfig))) in skip() 2059 nextline(FILE *fd) in nextline() function
|
| /freebsd/contrib/ee/ |
| H A D | ee.c | 265 void nextline(void); 1361 nextline(void) in nextline() function 1464 nextline(); in right() 1531 nextline(); in down() 2971 nextline(); in move_rel()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 23103 goto nextline; in jim_regexec() 23110 nextline: in jim_regexec()
|