OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_atab
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/ksh/
emacs.c
112
static char *(*
x_atab
)[X_TABSZ]; /* macro definitions */
variable in typeref:typename:char * (*)[]
425
macroptr =
x_atab
[c>>8][c & CHARMASK];
1376
shprintf("'%s'\n",
x_atab
[prefix][key]);
1456
if (x_tab[prefix][key] == XFUNC_ins_string &&
x_atab
[prefix][key])
1457
afree((void *)
x_atab
[prefix][key], AEDIT);
1459
x_atab
[prefix][key] = sp;
1492
x_atab
= (char *(*)[X_TABSZ]) alloc(sizeofN(*
x_atab
, X_NTABS), AEDIT);
1495
x_atab
[i][j] = NULL;
Completed in 33 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025