Lines Matching refs:match

336 static int		match(char *, int);
443 * "-o p=foo" to match documentation.
1165 if (match("at", 2)) { /* access time */
1181 if (match("block", 2)) { /* block conversion */
1196 if (match("bs", 2)) { /* block size */
1207 if (match("base", 2)) { /* change/show base */
1249 if (match("cd", 2)) { /* change directory */
1293 if (match("cg", 2)) { /* cylinder group */
1308 if (match("ct", 2)) { /* creation time */
1324 if (match("directory", 2)) { /* directory offsets */
1332 if (match("db", 2)) { /* direct block */
1369 if (match("find", 3)) { /* find command */
1373 if (match("fragment", 2)) { /* fragment conv. */
1393 if (match("file", 4)) { /* access as file */
1419 if (match("fill", 4)) { /* fill */
1442 if (match("gid", 1)) { /* group id */
1458 if (match("inode", 2)) { /* i# to inode conversion */
1479 if (match("ib", 2)) { /* indirect block */
1515 if (match("log_head", 8)) {
1520 if (match("log_delta", 9)) {
1525 if (match("log_show", 8)) {
1530 if (match("log_chk", 7)) {
1535 if (match("log_otodb", 9)) {
1544 if (match("ls", 2)) { /* ls command */
1593 printf("no match\n");
1599 if (match("ln", 2)) { /* link count */
1618 if (match("mt", 2)) { /* modification time */
1627 if (match("md", 2)) { /* mode */
1636 if (match("maj", 2)) { /* major device number */
1651 if (match("min", 2)) { /* minor device number */
1673 if (match("nm", 1)) { /* directory name */
1696 if (match("override", 1)) { /* override flip flop */
1711 if (match("pwd", 2)) { /* print working dir */
1716 if (match("prompt", 2)) { /* change prompt */
1745 if (match("quit", 1)) { /* quit */
1759 if (match("sb", 2)) { /* super block */
1782 if (match("shadow", 2)) { /* shadow inode data */
1790 if (match("si", 2)) { /* shadow inode field */
1800 if (match("sz", 2)) { /* file size */
1819 if (match("uid", 1)) { /* user id */
1965 * match - return false if the input does not match string up to
1969 match(char *string, int upto)
2189 if (match("name", 4)) {
2192 } else if (match("inum", 4)) {