OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getn
(Results
1 - 7
of
7
) sorted by null
/external/mksh/src/
histrap.c
424
if (
getn
(str, &n)) {
1083
return ((
getn
(cs, &i) && 0 <= i && i < NSIG) ?
[
all
...]
jobs.c
[
all
...]
var.c
249
if (
getn
(n, &c) && (c <= l->argc))
797
if (
getn
(qval, &c))
[
all
...]
funcs.c
67
/*
getn
() that prints error */
73
if (!(rv =
getn
(as, ai)))
1403
} else if (!
getn
(p, &n)) {
[
all
...]
exec.c
[
all
...]
misc.c
511
getn
(const char *s, int *ai)
function
[
all
...]
sh.h
[
all
...]
Completed in 90 milliseconds