XINU
Data Fields
cmdent Struct Reference

XINUシェルコマンドテーブルエントリ用の構造体 More...

#include <shell.h>

Data Fields

bool8 cbuiltin
 ビルトインコマンドかどうか More...
 
int32(* cfunc )(int32, char *[])
 コマンドの機能を提供する関数(正確には関数ポインタ) More...
 
char * cname
 コマンド名称 More...
 

Detailed Description

XINUシェルコマンドテーブルエントリ用の構造体

本構造体1個が1コマンド分であり、本構造体の配列でXINUシェルコマンドを全て管理する。

Definition at line 97 of file shell.h.

Field Documentation

◆ cbuiltin

bool8 cmdent::cbuiltin

ビルトインコマンドかどうか

Definition at line 102 of file shell.h.

Referenced by shell().

◆ cfunc

int32(* cmdent::cfunc) (int32, char *[])

コマンドの機能を提供する関数(正確には関数ポインタ)

Definition at line 104 of file shell.h.

Referenced by shell(), and xsh_help().

◆ cname

char* cmdent::cname

コマンド名称

Definition at line 100 of file shell.h.

Referenced by shell(), and xsh_help().


The documentation for this struct was generated from the following file: