Searched refs:ss_parse (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/krb5/ss/
H A Dparse.c20 * ss_parse has been modified slightly from the original in two ways.
23 * 2) ss_parse now returns an error status instead of argv - this is to
26 * Both of these changes allow ss_parse to be used during tab-completion.
49 int ss_parse (sci_idx, line_ptr, argc_ptr, argv_ptr, quiet) function
H A Dss_internal.h100 int ss_parse (int, char *, int *, char ***, int);
H A Dexecute_cmd.c227 (void) ss_parse(sci_idx, line_ptr, &argc, &argv, 0);
H A Dlisten.c96 /* Dup the line as ss_parse will modify the string */
105 if (ss_parse(commands->sci_idx, l, &argc, &argv, 1)) {

Completed in 22 milliseconds