OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tblp
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/ksh/
table.c
51
struct tbl *
tblp
, **p;
local in function:texpand
64
if ((
tblp
= otblp[i]) != NULL) {
65
if ((
tblp
->flag&DEFINED)) {
66
for (p = &ntblp[hash(
tblp
->name)
71
*p =
tblp
;
73
} else if (!(
tblp
->flag & FINUSE)) {
74
afree((void*)
tblp
, tp->areap);
lex.h
19
struct tbl *
tblp
; /* alias (SALIAS) */
member in union:source::__anon022314e9010a
lex.c
749
if (s->u.
tblp
== p)
754
s->u.
tblp
= p;
929
} else if (*s->u.
tblp
->val.s
930
&& isspace((unsigned char)strchr(s->u.
tblp
->val.s, 0)[-1]))
/src/bin/sh/
exec.c
893
struct tblentry **
tblp
;
local in function:clearcmdentry
898
for (
tblp
= cmdtable ;
tblp
< &cmdtable[CMDTABLESIZE] ;
tblp
++) {
899
pp =
tblp
;
936
struct tblentry **
tblp
;
local in function:deletefuncs
941
for (
tblp
= cmdtable ;
tblp
< &cmdtable[CMDTABLESIZE] ;
tblp
++) {
942
pp =
tblp
;
[
all
...]
/src/sys/net/npf/
npf_ctl.c
143
npf_tableset_t *tblset, npf_table_t **
tblp
, bool replacing)
153
KASSERT(
tblp
!= NULL);
190
*
tblp
= t;
Completed in 80 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025