Home
last modified time | relevance | path

Searched refs:smallarg (Results 1 – 2 of 2) sorted by relevance

/src/bin/sh/
H A Dexpand.h39 char *smallarg[1]; member
H A Dexpand.c114 list->args = list->smallarg; in emptyarglist()
116 list->capacity = sizeof(list->smallarg) / sizeof(list->smallarg[0]); in emptyarglist()