Searched defs:lastarg (Results 1 - 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
H A D | loadlib.c | 587 int lastarg = lua_gettop(L); /* last parameter */ local 599 dooptions(L, lastarg);
|
/external/syslinux/com32/lua/src/ |
H A D | loadlib.c | 636 int lastarg = lua_gettop(L); /* last parameter */ local 648 dooptions(L, lastarg);
|
/external/openssh/ |
H A D | sftp.c | 1755 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, argument 1813 if (lastarg || *(lf->cursor) != ' ') 1847 char *file, int remote, int lastarg, char quote, int terminated) 1958 (lastarg || *(lf->cursor) != ' ')) 1846 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, char *file, int remote, int lastarg, char quote, int terminated) argument
|
/external/python/cpython2/Modules/ |
H A D | posixmodule.c | 3232 Py_ssize_t lastarg = 0; local 3272 lastarg = i; 3276 lastarg = argc; 3348 free_string_array(argvlist, lastarg); 3467 Py_ssize_t lastarg = 0; local 3507 lastarg = i; 3511 lastarg = argc; 3591 free_string_array(argvlist, lastarg); 3700 int lastarg = 0; local 3740 lastarg [all...] |
Completed in 211 milliseconds